home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  289 b   |  17 lines

  1. on mouseDown
  2.   global autoflg, framecnt
  3.   set the ink of sprite 10 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the ink of sprite 10 to 8
  9.   updateStage()
  10.   set autoflg to 1
  11.   if the colorDepth <= 8 then
  12.     go("S08")
  13.   else
  14.     go("S16")
  15.   end if
  16. end
  17.